(QUTF8_STRING): New variable.
authorKenichi Handa <handa@m17n.org>
Wed, 14 Aug 2002 00:58:39 +0000 (00:58 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 Aug 2002 00:58:39 +0000 (00:58 +0000)
commitdf57c32260f47318f2177d6f769c0f48b367b117
treeabee8d204102b6060a85f0a453d7c91b1a7907d2
parentc8d972cacb35e40eea9ce22095d876094d102151
(QUTF8_STRING): New variable.
(symbol_to_x_atom): Pay attention to QUTF8_STRING.
(x_atom_to_symbol): Likewise.
(x_get_local_selection): New argument local_request.  If it is
nonzero, call handler_fn with the second arg nil.
(x_handle_selection_request): Call x_get_local_selection with
local_request 0.
(lisp_data_to_selection_data): Don't encode the string here.
(Fx_get_selection_internal): Call x_get_local_selection with
local_request 1.
(syms_of_xselect): Intern and staticpro QUTF8_STRING.
src/xselect.c